home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / xjewel / intro.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-03  |  213 b   |  13 lines

  1. /*
  2. **
  3. **    X11 Jewel By David Cooper and Jose Guterman 05/92
  4. **
  5. */
  6.  
  7. /* functions declared in intro.c */
  8.  
  9. extern void Expose_Intro();
  10. extern void Init_Intro();
  11. extern void Intro_Timeout();
  12. extern void Start_Intro();
  13.